Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

release 0.10.6#7

Merged
fzdwx merged 10 commits into
mainfrom
dev
May 30, 2022
Merged

release 0.10.6#7
fzdwx merged 10 commits into
mainfrom
dev

Conversation

@fzdwx
Copy link
Copy Markdown
Owner

@fzdwx fzdwx commented May 30, 2022

No description provided.

@fzdwx fzdwx merged commit 3553f84 into main May 30, 2022
* <p>
* 用于:参数解析,Header,Param 处理
*
* @see LinkedCaseInsensitiveMap
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MissingSummary: A summary fragment is required; consider using the value of the @see block as a summary fragment instead.

Suggested change
* @see LinkedCaseInsensitiveMap
*See {@link LinkedCaseInsensitiveMap}.

(at-me in a reply with help or ignore)


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

package io.github.fzdwx.lambada.lang;

/**
* @author <a href="mailto:likelovec@gmail.com">fzdwx</a>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MissingSummary: A summary line is required on public/protected Javadocs.

(at-me in a reply with help or ignore)


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

@Nullable
static RandomAccessFile newRaf(String filePath) {
try {
return new RandomAccessFile(filePath, "r");
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PATH_TRAVERSAL_IN: This API (java/io/RandomAccessFile.(Ljava/lang/String;Ljava/lang/String;)V) reads a file whose location might be specified by user input

(at-me in a reply with help or ignore)


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

}

static File newFile(String filePath) {
return new File(filePath);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PATH_TRAVERSAL_IN: This API (java/io/File.(Ljava/lang/String;)V) reads a file whose location might be specified by user input

(at-me in a reply with help or ignore)


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant